PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedContent Class
Methods


In This Topic
    PDFFormattedContent Class Members
    In This Topic

    The following tables list the members exposed by PDFFormattedContent.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Add the paragraph at the end of the formatted content.  
    Public MethodClears the internal word wrap state.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the height of the formatted content.
    The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the paragraph at the specified index.  
    Public MethodGets the height of each paragraph in the formatted content.
    The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.  
    Public MethodGets the list of paragraphs.  
    Public MethodGets the structure element.  
    Public MethodGets the width of the formatted content.
    The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets the structure element.
    When a formatted content object has an associated structure element, the paragraphs within the formatted content should not have their own structure elements otherwise the content will be tagged incorrectly.  
    Public MethodOverloaded. Gets the formatted content that fits in the given box.
    This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object.  
    Public MethodReturns a string that represents the current Object.  
    Public MethodExecutes a wrap operation on the formatted content at the specified width.  
    Public MethodOverloaded. This method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also